blob: 14707acbe8efc27594485493f523a3c9f89db0f1 [file] [log] [blame]
// Copyright 2016 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "textflag.h"
// func FFS(x uint64) (n uint)
TEXT ·FFS(SB), NOSPLIT, $0
JMP ·ffs(SB)
// func CLZ(x uint64) (n uint)
TEXT ·CLZ(SB), NOSPLIT, $0
JMP ·clz(SB)