Skip to content

Instantly share code, notes, and snippets.

embench/build-ibex-clang/src/aha-mont64/aha-mont64: file format elf32-littleriscv
Disassembly of section .vectors:
00100000 <_stack_start-0x100000>:
...
100080: 0040006f j 100084 <_start>
embench/build-ibex-gcc/src/aha-mont64/aha-mont64: file format elf32-littleriscv
Disassembly of section .vectors:
00100000 <_stack_start-0x100000>:
...
100080: 0040006f j 100084 <_start>
embench/build-ibex-gcc/src/aha-mont64/aha-mont64: file format elf32-littleriscv
Disassembly of section .vectors:
00100000 <_stack_start-0x100000>:
...
100080: 0040006f j 100084 <_start>
@luismarques
luismarques / app.d
Last active September 27, 2018 13:38
mir-random statistical artifact
import std.algorithm;
import std.math;
import std.random;
import std.range : array, iota, take;
import std.stdio;
import mir.ndslice.sorting;
import mir.random.algorithm;
import mir.random.engine.pcg;
import mir.random.engine.splitmix;
import mir.random.variable;
@luismarques
luismarques / om.d
Last active July 13, 2018 14:49
OMs
module common;
class A {}
class B : A {}
class C : B {}
// ---
module one;
.text
.file "excpt.d"
.section .text.allocException,"axG",@progbits,allocException,comdat
.globl allocException
.p2align 2
.type allocException,@function
allocException:
.cfi_startproc
addi sp, sp, -16
sw ra, 12(sp)