We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4129440 commit 8a53101Copy full SHA for 8a53101
irteus/test/geo.l
@@ -11,7 +11,7 @@
11
(normal (float-vector 0 0 0))
12
eps)
13
;; somehow arm architecture needs to return #f(0 0 0) for small normalized vectors
14
- (if (member :arm *features*)
+ (if (or (member :arm *features*) (member :aarch64 *features*))
15
(setq eps 1.0e-10)
16
(setq eps 1.0e-20))
17
(while vlist
0 commit comments