travisstaloch / simdjzon

simdjson port to zig
103 stars 5 forks source link

get rid of llvm_intrinsics.zig #2

Open travisstaloch opened 3 years ago

travisstaloch commented 3 years ago

convert all of the hacks found here and here to zig builtin calls. this will hopefully make it possible to build on mac and other platforms and close #1.

  1. try to use existing zig intrinsics if possible
  2. work toward implementing them in the zig compiler