Skip to content

Commit 969288a

Browse files
committed
Added concrete hint to Simd class
1 parent c7b3632 commit 969288a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CodenameOne/src/com/codename1/util/Simd.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,13 @@
99
*/
1010
package com.codename1.util;
1111

12+
import com.codename1.annotations.Concrete;
1213
import com.codename1.ui.CN;
1314

1415
/**
1516
* Portable SIMD API with Java fallback implementations.
1617
*/
18+
@Concrete(name = "com.codename1.impl.ios.IOSSimd")
1719
public class Simd {
1820

1921
public static Simd get() {

0 commit comments

Comments
 (0)