diff options
author | sanine <sanine.not@pm.me> | 2023-02-12 23:53:22 -0600 |
---|---|---|
committer | sanine <sanine.not@pm.me> | 2023-02-12 23:53:22 -0600 |
commit | f1fe73d1909a2448a004a88362a1a532d0d4f7c3 (patch) | |
tree | ab37ae3837e2f858de2932bcee9f26e69fab3db1 /libs/pixman-0.40.0/arm-simd-test.S | |
parent | f567ea1e2798fd3156a416e61f083ea3e6b95719 (diff) |
switch to tinyobj and nanovg from assimp and cairo
Diffstat (limited to 'libs/pixman-0.40.0/arm-simd-test.S')
-rw-r--r-- | libs/pixman-0.40.0/arm-simd-test.S | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/libs/pixman-0.40.0/arm-simd-test.S b/libs/pixman-0.40.0/arm-simd-test.S deleted file mode 100644 index 910c814..0000000 --- a/libs/pixman-0.40.0/arm-simd-test.S +++ /dev/null @@ -1,10 +0,0 @@ -.text -.arch armv6 -.object_arch armv4 -.arm -.altmacro -#ifndef __ARM_EABI__ -#error EABI is required (to be sure that calling conventions are compatible) -#endif -pld [r0] -uqadd8 r0, r0, r0 |