annotate src/vec.c @ 21:697b9ba1c1de

impl/ppc/altivec: implement comparison functions had to prune some up eh, vec_cmple/vec_cmpge is only available in VSX
author Paper <paper@tflc.us>
date Thu, 21 Nov 2024 21:55:20 +0000
parents e05c257c6a23
children e26874655738
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
15
e05c257c6a23 *: huge refactor, add many new x86 intrinsics and the like
Paper <paper@tflc.us>
parents: 8
diff changeset
1 #define VEC_IMPLEMENTATION
8
6e0eb3aa12ab build: add files to build vec as an external library
Paper <paper@tflc.us>
parents:
diff changeset
2 #include "vec/vec.h"