There was an error while loading. Please reload this page.
1 parent 83afdae commit 9a0b710Copy full SHA for 9a0b710
1 file changed
vecxt/src/all.scala
@@ -1,10 +1,9 @@
1
package vecxt
2
3
object all:
4
- // Bounds checks this is a given so that it can be inlined and optimized away
+ // Choose not to export this, and import "no" to inline away bounds checking.
5
export vecxt.BoundsCheck.DoBoundsCheck.yes
6
7
-
8
// arrays
9
export vecxt.arrayUtil.*
10
export vecxt.arrays.*
0 commit comments