File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 164164; can't load these without native support
165165
166166(when (check-native-1ary-exists? 'j0 )
167- (define-operator-impl (j0.rkt racket) racket
167+ (define-operator-impl (j0 j0 .rkt racket) racket
168168 [fl (from-bigfloat bfbesj0)]))
169169
170170(when (check-native-1ary-exists? 'j1 )
171- (define-operator-impl (j1.rkt racket) racket
171+ (define-operator-impl (j1 j1 .rkt racket) racket
172172 [fl (from-bigfloat bfbesj1)]))
173173
174174(when (check-native-1ary-exists? 'y0 )
175- (define-operator-impl (y0.rkt racket) racket
175+ (define-operator-impl (y0 y0 .rkt racket) racket
176176 [fl (from-bigfloat bfbesy0)]))
177177
178178(when (check-native-1ary-exists? 'y1 )
179- (define-operator-impl (y1.rkt racket) racket
179+ (define-operator-impl (y1 y1 .rkt racket) racket
180180 [fl (from-bigfloat bfbesy1)]))
You can’t perform that action at this time.
0 commit comments