We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7b3632 commit 969288aCopy full SHA for 969288a
CodenameOne/src/com/codename1/util/Simd.java
@@ -9,11 +9,13 @@
9
*/
10
package com.codename1.util;
11
12
+import com.codename1.annotations.Concrete;
13
import com.codename1.ui.CN;
14
15
/**
16
* Portable SIMD API with Java fallback implementations.
17
18
+@Concrete(name = "com.codename1.impl.ios.IOSSimd")
19
public class Simd {
20
21
public static Simd get() {
0 commit comments