swh:1:snp:a72e953ecd624a7df6e6196bbdd05851996c5e40
Raw File
Tip revision: 463080e30725c5574b6150ce1a96517b5e4aa668 authored by Oscar Smith on 18 February 2024, 02:49:30 UTC
use `muladd` instead of `fma`
Tip revision: 463080e
test_exec.jl
# This file is a part of Julia. License is MIT: https://julialang.org/license

using Test
# Check that the fallback test set throws immediately
@test 1 == 2
back to top