mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8312522
: Implementation of Foreign Function & Memory API
Co-authored-by: Maurizio Cimadamore <mcimadamore@openjdk.org> Co-authored-by: Jorn Vernee <jvernee@openjdk.org> Co-authored-by: Per Minborg <pminborg@openjdk.org> Reviewed-by: dholmes, psandoz, mcimadamore, alanb
This commit is contained in:
parent
9728e21db1
commit
32ac72c3d3
261 changed files with 3141 additions and 2126 deletions
|
@ -23,8 +23,6 @@
|
|||
* questions.
|
||||
*/
|
||||
|
||||
import jdk.internal.javac.ParticipatesInPreview;
|
||||
|
||||
/**
|
||||
* Defines an API for expressing computations that can be reliably compiled
|
||||
* at runtime into SIMD instructions, such as AVX instructions on x64, and
|
||||
|
@ -33,7 +31,6 @@ import jdk.internal.javac.ParticipatesInPreview;
|
|||
*
|
||||
* @moduleGraph
|
||||
*/
|
||||
@ParticipatesInPreview
|
||||
module jdk.incubator.vector {
|
||||
exports jdk.incubator.vector;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue