Linaro Connect resources will be available here during and after Connect!
Booking Private Meetings Private meetings are booked through san19.skedda.com and your personal calendar (i.e. Google Calendar). View detailed instructions here.
For Speakers Please add your presentation to your session by attaching a pdf file to your session (under Manage Session > + Add Presentation). We will export these presentations daily and feature on the connect.linaro.org website here. Videos will be uploaded as we receive them (if the video of your session cannot be published please let us know immediately by emailing connect@linaro.org).
VIXL is a ARMv8 Runtime Code Generation Library which contains three components: - Programmatic assemblers to generate A64, A32 or T32 code at runtime. - Disassemblers that can print any instruction emitted by the assemblers. - Simulator can simulate any instruction emitted by the A64 assembler on x86 and ARM platform. It is configurable, vector length for SVE, for example, and it supports register tracing during the execution.
In this talk, we're going to introduce: - What is VIXL? It is already deployed and is considered “mature”, for example, it has been adopted by Android ART compiler for its ARM backends: AArch64 and AArch32. - CPU feature management and detection. - New Armv8.x instructions support, e.g. BTI, PAuth, etc. - New SVE (Scalable Vector Extension) support.