IvantheDugtrio / veclib

Vector library for porting SSE2 instructions to other architectures
MIT License
15 stars 3 forks source link

why not fully inline? #7

Open VinInn opened 4 years ago

VinInn commented 4 years ago

what is the rationale of not having everything fully inlined? I expect a huge overhead in calling library functions for each vector instruction.