uCBQN/src/builtins
dzaima b6bf3f2da6 suppress clang ubsan warning
it's a true warning of actual UB and could conceivably be taken advantage of by a compiler, but is not currently so keep things pretty for now
2024-06-26 03:36:02 +03:00
..
arithd.c a bunch of vfor 2024-02-13 22:34:16 +02:00
arithm.c a bunch of vfor 2024-02-13 22:34:16 +02:00
cells.c Disable F´˘ special code when cell rank isn't 1 2024-06-23 17:06:37 -04:00
cmp.c a bunch of vfor 2024-02-13 22:34:16 +02:00
compare.c add checks for l>0 on equal() impls 2024-05-20 01:03:57 +03:00
fns.c fix ⟨⟩⍷⟨⟩ 2024-04-04 03:54:55 +03:00
fold.c fix ∧˝˘0‿8⥊0 running comparison functions on length-0 inputs 2024-06-26 03:09:43 +03:00
grade.h fix 3‿3⍒"a" & "aa"⍒3‿3 2024-04-04 03:54:55 +03:00
group.c add GLOBAL, INIT_GLOBAL, or const to globals 2024-02-01 21:13:39 +02:00
internal.c don't need to mark static globals as hidden 2024-02-01 21:26:08 +02:00
inverse.c don't need to mark static globals as hidden 2024-02-01 21:26:08 +02:00
md1.c remove unused includes 2023-11-13 21:48:01 +02:00
md2.c split up CATCH_ERRORS into functional and semantic options 2024-04-04 02:52:08 +03:00
radix.h SSE min/max and pluswrap scans 2023-08-26 07:26:33 -04:00
scan.c suppress clang ubsan warning 2024-06-26 03:36:02 +03:00
search.c suppress false-positive gcc warnings 2024-05-24 04:01:05 +03:00
select.c unify ⌾(a⊸⊏) typed array paths, fix csz==0 2024-05-20 01:03:57 +03:00
selfsearch.c Use ⍷⊸⊐ for Classify (⊐) on long 1-byte arguments if SIMD bit-table is available 2024-01-07 19:54:13 -05:00
sfns.c relax CHECK_IA in takedrop_highrank 2024-06-05 02:30:00 +03:00
slash.c Use a lookup table for evenly-spaced masks, getting division results from those 2024-06-18 07:46:31 -04:00
sort.c a bunch of vfor 2024-02-13 22:34:16 +02:00
sortTemplate.h use Ryu for number formatting 2022-12-31 03:19:06 +02:00
squeeze.c use getFillQ less 2023-05-09 00:14:14 +03:00
sysfn.c use printf & fprintf instead of putchar & co 2024-05-05 01:07:47 +03:00
transpose.c faster ⍉ on large‿small⥊x 2024-05-22 20:07:48 +03:00