Helpers to write more compact simd code

Implemented so far

Example

toml [dependencies] simd_helpers = "0.1" ``` rust use simdhelpers::coldfortargetarch;

// On arm and power it is the main, impl for x86_64 there is a asm-optimized variant

[coldfortargetarch("x8664")]

fn fallbacksimpleimpl() { ... } ```